home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / VDTJ122B.ZIP;1 / READ-ME.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-11-30  |  11.0 KB  |  292 lines

  1. echo off
  2. cls
  3. echo     …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
  4. echo     ∫    WELCOME TO THE VEDIT DEMO/TUTORIAL   ∫
  5. echo     »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
  6. echo ˇ
  7. echo If you prefer, you can first copy the demo disk to your hard disk; this is
  8. echo necessary if you want to run the Compiler Support. While logged onto your
  9. echo hard disk, follow these steps:
  10. echo ˇ
  11. echo     MD \VEDIT
  12. echo     MD \VEDIT\DEMO
  13. echo     CD \VEDIT\DEMO
  14. echo     COPY A:*.*
  15. echo     DEMO
  16. echo ˇ
  17. echo Otherwise make a copy of the disk in case you accidentally alter its files
  18. echo during the demo!  To run the demo from a floppy disk place the disk into
  19. echo drive "A:", log onto drive "A:" and give the DOS command:
  20. echo ˇ
  21. echo     DEMO
  22. echo ˇ
  23. echo Feel free to copy the demo disk!  Make copies for your friends, etc.
  24. echo Please copy the entire disk, so that all files are intact.
  25. echo ˇ
  26. pause
  27. cls
  28. echo To run the Compiler Support:
  29. echo ˇ
  30. echo Follow the steps above to copy the files to your hard disk. Run VCSD.EXE
  31. echo which creates the necessary additional files.
  32. echo ˇ
  33. echo     VCSD
  34. echo ˇ
  35. echo You will be able to compile and link the two supplied example programs
  36. echo ADDER.C and EGA43.ASM; each purposely contains several obvious syntax errors
  37. echo for you to experiment with.
  38. echo ˇ
  39. echo The Compiler Support is initially set up for Microsoft C (5.x - 7.x), and
  40. echo MASM. If you prefer to use Borland's Turbo C and Turbo Assembler run the
  41. echo batch file BORLAND.BAT:
  42. echo ˇ
  43. echo     BORLAND
  44. echo ˇ
  45. echo Print the file COMPILE.DEM which gives detailed instructions on the Compiler
  46. echo Support portion of the demo. You can use VEDIT for this:
  47. echo ˇ
  48. echo     VDEMO -X PRINT COMPILE.DEM
  49. echo ˇ
  50. pause
  51. cls
  52. echo To start up the Compiler Support, you can use the batch file "COMPILE.BAT":
  53. echo ˇ
  54. echo     COMPILE ADDER.C
  55. echo ˇ
  56. echo Alternatively, if you have installed the V-SWAP program described below,
  57. echo you can start up the Compiler Support while editing by just pressing ALT-I.
  58. echo ˇ
  59. echo Follow the instructions printed from COMPILE.DEM.
  60. echo ˇ
  61. echo Modules to support other compilers are available on our BBS. See below.
  62. echo ˇ
  63. pause
  64. cls
  65. echo The V-SWAP Program:
  66. echo ˇ
  67. echo V-SWAP is a small TSR program with which VEDIT can completely swap itself
  68. echo and any desired TSRs out of memory in order to run the largest compilers
  69. echo and debuggers. V-SWAP is normally run from your AUTOEXEC.BAT file, but for
  70. echo this demo you can run it manually:
  71. echo ˇ
  72. echo     VSWAP /E:1024
  73. echo ˇ
  74. echo (If your environment is larger than 1024 bytes, increase the "/E:nnn"
  75. echo parameter.)
  76. echo ˇ
  77. echo Now edit the file ADDER.C: (you may need the "-M" option with B/W monitors)
  78. echo ˇ
  79. echo     VDEMO ADDER.C           or          VDEMO -M ADDER.C
  80. echo ˇ
  81. echo To start up the Compiler Support you now only need to press ALT-I.
  82. echo ˇ
  83. echo If desired, you can remove V-SWAP from memory after completing the demo:
  84. echo ˇ
  85. echo     VSWAP /R
  86. echo ˇ
  87. pause
  88. cls
  89. echo To fully utilize V-SWAP, it should be run from within your AUTOEXEC.BAT file.
  90. echo Place the command "VSWAP /E:1024" before other TSRs such as desktop utilities.
  91. echo All TSRs following the VSWAP command will be swapped out of memory. In most
  92. echo cases, V-SWAP can even swap network drives out of memory. (However, the VSWAP
  93. echo command must follow any disk cache programs.)
  94. echo ˇ
  95. echo If you want to run VDEMO from other directories, and you have copied the files
  96. echo to your hard disk, add the following line to your AUTOEXEC.BAT file:
  97. echo ˇ
  98. echo     SET VEDPATH=C:\VEDIT\DEMO      (where "C" is your hard disk)
  99. echo ˇ
  100. echo After modifying your AUTOEXEC.BAT, you must re-boot for the changes to take
  101. echo effect.
  102. echo ˇ
  103. echo When VEDIT shells out to DOS (runs DOS programs), V-SWAP will swap VEDIT and
  104. echo other TSRs out of memory. This can give you more available memory than you
  105. echo had before you entered VEDIT!
  106. echo ˇ
  107. echo For a summary of all V-SWAP options, give the command:
  108. echo ˇ
  109. echo     VSWAP /?
  110. echo ˇ
  111. pause
  112. cls
  113. echo Description of files on disk:
  114. echo ˇ
  115. echo VDEMO.EXE    The demo version of VEDIT PLUS. It is limited to 1000
  116. echo         keystrokes before it exits. Alternatively, with the "-D"
  117. echo         option, you have unlimited keystrokes, but can only save very
  118. echo         small files. Configuration changes cannot be saved.
  119. echo ˇ
  120. echo VSWAP.EXE    A small TSR with which VEDIT can completely swap itself and any
  121. echo         desired TSRs out of memory in order to run large compilers and
  122. echo         debuggers. The command "VSWAP /?" displays all VSWAP options.
  123. echo ˇ
  124. echo VVHELP.HLP    Help file accessed by [HELP] function - (F1). You can print the
  125. echo         ".HLP" files for more information about VEDIT.
  126. echo ˇ
  127. echo VPHELP.HLP    Help file for the Command Mode accessed by "H" command.
  128. echo ˇ
  129. echo HELP.BAT    A very simple Help system that uses the DISPLAY.VDM macro. It
  130. echo         displays the file HELP.TXT.
  131. echo ˇ
  132. pause
  133. cls
  134. echo PRINT.VDM    Simple "macro" for printing files. It prints the filename date
  135. echo         and page number on each page and is a nice alternative to the
  136. echo         DOS "PRINT" command. To print the file "myfile" give the DOS
  137. echo         command:
  138. echo ˇ
  139. echo         VDEMO -X PRINT myfile
  140. echo ˇ
  141. echo DISPLAY.VDM    Simple "macro" for displaying files. Uses a window to give
  142. echo         instructions and is a nice alternative to the DOS "TYPE"
  143. echo         command. To display the file "myfile" give the DOS command:
  144. echo ˇ
  145. echo         VDEMO -X DISPLAY myfile
  146. echo ˇ
  147. echo         Alternatively, you can create a batch file "D.BAT" containing
  148. echo         "VDEMO -B -X DISPLAY %%1". Then use the simpler command:
  149. echo ˇ
  150. echo         D myfile
  151. echo ˇ
  152. echo BRIEF.KEY    These files are alternate keyboard layouts which emulate
  153. echo WORDPERF.KEY    Brief, Word Perfect and WordStar. Instructions for using them
  154. echo WORDPERF.KEY    are given below.
  155. echo ˇ
  156. pause
  157. cls
  158. echo DEMO.VDM    The DEMO.VDM and DEMOxx.VDM are the demo "macro" files.
  159. echo ˇ
  160. echo DEMOxx.TXT    Text files and instruction files which make up the demo.
  161. echo         Automatically loaded by DEMO.VDM.
  162. echo ˇ
  163. echo VCSD.EXE    When you run this program, it expands into all the files needed
  164. echo         to run the Compiler Support portion of the demo. This should be
  165. echo         done on a hard disk.
  166. echo ˇ
  167. pause
  168. cls
  169. echo Editing your own files:
  170. echo ˇ
  171. echo After running this demo/tutorial, you can try out the demo version
  172. echo of VEDIT PLUS on your own files with the command:
  173. echo ˇ
  174. echo     VDEMO filename      (also multiple files, e.g. "VDEMO *.C *.H")
  175. echo ˇ
  176. echo     This will let you edit files of any size, but limits you to 1000
  177. echo     keystrokes - it will then exit after letting you save or abandon
  178. echo     your changes.
  179. echo ˇ
  180. echo Alternatively, you can run the demo with an unlimited number of keystrokes,
  181. echo but cannot save files greater than 2K in size. The command is:
  182. echo ˇ
  183. echo     VDEMO -D filename
  184. echo ˇ
  185. pause
  186. cls
  187. echo Browsing files:
  188. echo ˇ
  189. echo VEDIT has a special mode for browsing files; this prevents accidental
  190. echo alterations. In browse mode you can instantly jump to the beginning or end
  191. echo of the file, or to a relative position in the middle when using a mouse.
  192. echo ˇ
  193. echo VDEMO lets you browse and perform searches in files up to 2 Gigabytes in
  194. echo in size with the command:
  195. echo ˇ
  196. echo     VDEMO -D -B filename
  197. echo ˇ
  198. echo Notes:
  199. echo ˇ
  200. echo For the on-line help to work, the ".HLP" files must be in the current
  201. echo directory, or in "\VEDIT\DEMO" of the current drive.
  202. echo ˇ
  203. echo VEDIT can be configured to find its help files in any desired directory of
  204. echo any drive. (See also the "SET VEDPATH=..." command above.)
  205. echo ˇ
  206. pause
  207. cls
  208. echo Other invocation options:
  209. echo ˇ
  210. echo If you have a B/W monitor, e.g. a "Monochrome VGA", you may need the "-M"
  211. echo option; otherwise the pull-down menus may be blank. Use the command:
  212. echo ˇ
  213. echo     VDEMO -M filename
  214. echo ˇ
  215. echo VEDIT normally increases the typematic (repeat) rate of the keyboard. This
  216. echo causes problems (slow exiting, hanging) on some machines. Use the "-K"
  217. echo option to have VEDIT leave the typematic rate unchanged:
  218. echo ˇ
  219. echo     VDEMO -K filename
  220. echo ˇ
  221. echo For a summary of all VEDIT invocation options, give the command:
  222. echo ˇ
  223. echo     VDEMO /?
  224. echo ˇ
  225. pause
  226. cls
  227. echo Changing the Keyboard Layout:
  228. echo ˇ
  229. echo The {MISC, Keyboard layout} sub-menu lets you change the keyboard layout as
  230. echo desired. Let the on-line help guide you. The "Save to disk" function lets
  231. echo you save the entire keyboard layout as a .KEY file. "Load from disk" lets
  232. echo you load a complete new keyboard layout at any time. The .KEY files are
  233. echo easily edited; this gives you another method of changing the layout. This
  234. echo demo version does not let you permanently save any layout changes.
  235. echo ˇ
  236. echo To setup VEDIT to emulate Brief, Word Perfect or Wordstar, load the files
  237. echo BRIEF.KEY, WORDPERF.KEY or WORDSTAR.KEY by selecting {MISC, Keyboard layout,
  238. echo Load from disk}. The "real" product includes files which fully document
  239. echo these emulations.
  240. echo ˇ
  241. echo Note:    The instructions during the demo are set up for the default
  242. echo     keyboard layout. Therefore, we suggest finishing the demo before
  243. echo     changing the keyboard layout.
  244. echo ˇ
  245. pause
  246. cls
  247. echo The Greenview 24-Hour Bulletin Board System (BBS) for VEDIT:
  248. echo ˇ
  249. echo Our 24-hour BBS helps us service our customers in the fastest way possible.
  250. echo Free services available on the BBS include:
  251. echo ˇ
  252. echo *  The latest version of our demo/tutorial disk and shareware VEDIT Jr.
  253. echo *  Sales and update information; news of recent and upcoming versions.
  254. echo *  Access to all VEDIT PLUS supplemental files. This includes all
  255. echo    compiler support, help and macro library files.
  256. echo *  Registered users can download minor updates at no charge.
  257. echo *  Technical support Questions/Answers, application notes, etc.
  258. echo ˇ
  259. echo To download all VEDIT PLUS files including the full ".HLP" help files and
  260. echo support for all compilers, select "F" (File library) and then download the
  261. echo files VP-FILES.EXE and DISTCOMP.EXE. When you run them, they will expand
  262. echo into all VEDIT PLUS files, except of course the "live" VEDIT.EXE.
  263. echo ˇ
  264. echo Also, if you are in a hurry to use one of our products, you can contact
  265. echo our sales department with your ordering information and download the
  266. echo "live" product via our BBS within a few hours.
  267. echo ˇ
  268. pause
  269. cls
  270. echo Enjoy the demo and be sure to contact us if you have any questions.
  271. echo ˇ
  272. echo Greenview Data Inc.
  273. echo P.O. Box 1586
  274. echo Ann Arbor, MI  48106
  275. echo ˇ
  276. echo Toll Free:   (800) 45-VEDIT  (U.S. and Canada)
  277. echo Telephone:   (313) 996-1300
  278. echo Fax:         (313) 996-1308
  279. echo 24-Hour BBS: (313) 996-1304  (14,400/9600/2400/1200/300 baud, 8 Data bits)
  280. echo                  (Supports MNP, V.32, V.42bis)
  281. echo ˇ
  282. echo ˇ
  283. echo NOTES:    To print this file, give the DOS command:
  284. echo ˇ
  285. echo     VDEMO -X PRINT READ-ME.BAT
  286. echo ˇ
  287. echo     If you notice letters missing from the pull-down menus when running
  288. echo     on a monochrome display, you may have the contrast control on your
  289. echo     monitor adjusted too low or may need to use the "-M" invocation
  290. echo     option described above.
  291. echo ˇ
  292.